Dynamic text to 'send message ' card
# 🤝help
c
Hi I have a send message card the currently uses an @variable to show a url as the result of the returned object to the Asana API. My text reads "Congrats you created a new task. See your new task at @task_url" the @task_url creates a clickable link which is long and uggly. How can I create a 'your new task' link in effect `Your new task? Thanks
a
Hey @clean-branch-56468, message cards support markdown, so you can do something like this
(Your new task)[workflow.task_url]
c
Perfect thanks!
45 Views